@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul li {
    list-style-type: none;
}

img {
    display: block;
}

a {
    text-decoration: none;
}


/*导航菜单----------*/
html, body {
    min-height: 100%
}

body {
    font-family: Helvetica, Pingfang SC, Microsoft YaHei, STHeiti, Verdana, Arial, Tahoma, sans-serif;
    font-size: 14px;
    color: #333;
    background: #fff;
    position: relative
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal
}

ul, ol {
    list-style: none
}

img {
    border: none;
    vertical-align: middle
}

a {
    color: #666;
    text-decoration: none
}

a:visited {
    color: #666;
    text-decoration: none
}

a:hover {
    color: #666;
    text-decoration: none
}

a:active {
    color: #666;
    text-decoration: none
}

table {
    border-collapse: collapse;
    table-layout: fixed
}

input, textarea {
    outline: none;
    border: none
}

textarea {
    resize: none;
    overflow: auto
}

.clearfix {
    zoom: 1
}

.clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow: hidden
}

/* 本案例CSS*/
header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    height: 100px;
    box-sizing: border-box;
}

header > .wrap {
    width: 1400px;
    margin: 15px auto;
}

#nav {
    display: flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.logo {
    width: 230px;
    overflow: hidden;
}

.logo a {
    display: block;
}

.logo a img {
    max-width: 100%;
}

ul.nav {
    display: inline-flex;
    flex: 1; /*padding-left:50px;*/
    position: relative;
}

li.nav-item {
    flex: 1;
}

li.nav-item > a {
    display: block;
    text-align: center;
    line-height: 100px;
    font-size: 16px;
    position: relative;
    color: #fff;
}
li.list-item > a{
    color: #333333;
}
li.nav-item > a::before {
    display: none;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #bc7f82;
    position: absolute;
}

li.nav-item:hover > a {
    background: #8e0007;
    color: #fff;
}

li.nav-item:hover > a::before {
    display: block;
}

/* 二级菜单 */
.subMenu {
    display: none;
    position: absolute;
    top: 100px;
    right: 0;
    width: 100%;
    height: 66px;
    line-height: 66px;
    background-color: rgba(255, 255, 255, 0.7);
}

.subMenu > ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.subMenu > ul > li > a {
    display: block;
    padding: 0 18px;
    text-align: center;
    color: #000;
    font-size: 15px;
}

.subMenu > ul > li > a:hover {
    color: red
}

.subMenu > .wrap {
    margin-top: 0;
}

/**首页banner start**/
.LXbanner {
    width: 100%;
    max-width: 1920px;
    height: 11.6rem;
    margin: 0 auto;
    position: relative;
    text-align: center;
    overflow: hidden
}

.LXbanner .banner_img {
    height: 11.6rem;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px
}

.LXbanner .banner_img div.swiper-slide {
    height: 11.6rem;
    width: 100%;
    max-width: 1920px;
    background-position: 15% center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 2s linear 0s;
    -moz-transform: scaleX(1) scaleY(1);
    -webkit-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1)
}

.LXbanner .xwzx_img div.swiper-slide {
    height:11.6rem;
    width: 100%;
    max-width: 1920px;
    /*background-position: 7% center;*/
    background-position:center ;
    background-repeat: no-repeat;
    background-size: 139% 100%;
}

.LXbanner .banner_img div.swiper-slide.active {
    -moz-transition: -moz-transform 2s linear 0s;
    -webkit-transition: -webkit-transform 2s linear 0s;
    -moz-transform: scaleX(1.09) scaleY(1.09);
    -webkit-transform: scaleX(1.09) scaleY(1.09);
    transform: scaleX(1.09) scaleY(1.09)
}


.LXbanner .banner_img ul li a:link, .LXbanner .banner_img ul li a:visited {
    display: block;
    width: 100%;
    height: 630px
}

.LXbanner .banner_d {
    height: 12px;
    position: relative;
    display: inline-block;
    bottom: 44px;
    text-align: center;
    margin: -10px auto 0 auto
}

.LXbanner .banner_d span {
    display: inline-block;
    width: 16px;
    height: 16px;
    color: #eee;
    background: #eee;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    margin: 0 6px 20px 6px;
    font-size: 12px;
    line-height: 23px;
    cursor: pointer;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s
}

.swiper-pagination-bullet-active {
    background: #8e0007 !important;
}

.LXbanner .banner_d span.on {
    background: #8e0007;
    opacity: 1
}

/**首页banner end**/


.img-block {
    width: 100%;
    margin: 40px auto;
    max-width: 1381px;
    overflow: hidden;
    z-index: 10;
    box-shadow: 0 5px 5px #f5f5f5;
    padding: 25px 0;
}

.img-block ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.img-block ul li {
    padding: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45%;
}

.img-block ul li img {
    max-width: 100%;
}

.container, .s-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.slider {
    width: 100%;
    min-width: 1200px;
    max-width: 1920px;
    height: 617px;
    overflow: hidden;
    background-image: url("../images/33_03.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin-top: -48px;
    z-index: 9999;
    position: relative;
}

.s-slide-contain {
    width: 100%;
    max-width: 1200px !important;
}

.slider .container {
    height: 610px;
}

.slider .container .nav {
    width: 825px;
    display: flex;
    overflow: hidden;
    align-items: center;
}

.slider .container .nav li {
    width: 15.5%;
    font-size: 20px;
    line-height: 65px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

.slider .container .nav li.active {
    background-image: url("../images/33_06.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 70%;
}

.slider .container .swiper-slide img {
    padding: 35px 0;
}

.slider .container .swiper-slide .more-btn {
    display: block;
    height: 48px;
    width: 160px;
    background-color: #ffffff;
    font-size: 22px;
    color: #bd1a2d;
    text-align: center;
    line-height: 48px;
}

.swiper-pagination.swiper-pagination-bullets {
    width: 100%;
    bottom: 10px;
    right: 0;
}

.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    opacity:.8;
    background-color: #ffffff;
    margin: 0 5px;
}

.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #ffffff;
}

.country-build {
    width: 100%;
    height: 650px;
    overflow: hidden;
    background-image: url("../images/33_10.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
}

.country-build .container {
    margin: 40px auto;
}

.country-build .build-block {
    width: 365px;
    height: 530px;
    overflow: hidden;
    background-color: #ffffff;
    cursor: pointer;
}

.country-build .build-block .body > img {
    transition: all 0.5s ease-in-out;
}

.country-build .build-block .body > img:hover {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}

.country-build .build-block .header {
    height: 80px;
    font-size: 28px;
    color: #e2bc54;
    text-align: center;
    line-height: 80px;
    background-color: #bd1a2d;
    font-weight: bold;
}

.country-build .build-block .body {
    background-color: #ffffff;
}

.country-build .build-block .body > p:first-child {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    line-height: 30px;
    padding: 20px;
}

.country-build .build-block .body > p:last-of-type {
    font-size: 15px;
    color: #333333;
    padding: 20px;
    line-height: 23px;
}

.country-build .build-block .body .see-more {
    width: 115px;
    height: 35px;
    display: block;
    line-height: 35px;
    text-align: center;
    color: #bd1a2d;
    font-size: 14px;
    background-color: #d9d8d8;
    margin: 10px auto;
    border-radius: 18px;
}

.country-build .build-block .body > img {
    margin: 15px 0;
}

.country-build .swiper-container {
    width: 100%;
    height: 100%;
}

.country-build .swiper-slide {
    width: 115px;
    text-align: center;
    font-size: 18px;
    /*background: #fff;*/
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}

.country-build .swiper-slide-active, .swiper-slide-duplicate-active {
    transform: scale(1);
}

.swiper-scrollbar-drag {
    background-color: #bd1a2d !important;
}

.col-slide {
    width: 100%;
    height: 700px;
    overflow: hidden;
    background-image: url("../images/zhon_03_03.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
}

.col-slide .title {
    padding: 20px 0;
    color: #333333;
}

.col-slide .title h2 {
    font-size: 16px;
}

.col-slide .title p {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 1px 0;
}

.col-slide ul {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
}

.col-slide ul li.list-block {
    width: 277px;
    margin-left: 2px;
    transform: scaleY(1);
    box-sizing: border-box;
    position: relative;
}

.col-slide ul li.list-block .mask {
    width: 100%;
    height: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    z-index: 99;
}

.col-slide ul li.list-block p {
    width: 100%;
    writing-mode: vertical-lr;
    -ms-writing-mode: lr-tb;
    padding: 60px 15px;
    font-size: 12px;
    z-index: 9999;
    position: relative;
    color: #333333;
}

.col-slide ul li.list-block  p span {
    font-size: 14px;
}

.col-slide ul li.list-block:nth-of-type(1) {
    background: url("../images/yewu1.jpg") no-repeat left top;
    background-size: cover;
    height: 410px;
    transform: scaleY(0);
    transition: transform 0.5s ease-out 0s;
    transition-delay: 0.5s;
    transform-origin: left top;
}

.col-slide ul li.list-block:nth-of-type(1) .mask {
    height: 100%;
}

.col-slide ul li.list-block:nth-of-type(2) {
    background: url("../images/yewu2.jpg") no-repeat left top;
    background-size: cover;
    height: 359px;
    transform: scaleY(0);
    transition: transform 0.5s ease-out 0s;
    transition-delay: 0.5s;
    transform-origin: left top;
}

.col-slide ul li.list-block:nth-of-type(3) {
    background: url("../images/yewu3.jpg") no-repeat left top;
    background-size: cover;
    height: 511px;
    transform: scaleY(0);
    transition: transform 0.5s ease-out 0s;
    transition-delay: 0.5s;
    transform-origin: left top;
}

.col-slide ul li.list-block:nth-of-type(4) {
    background: url("../images/yewu4.jpg") no-repeat left top;
    background-size: cover;
    height: 464px;
    transform: scaleY(0);
    transition: transform 0.5s ease-out 0s;
    transition-delay: 0.5s;
    transform-origin: left top;
}

.col-slide ul li.list-block:nth-of-type(5) {
    background: url("../images/yewu5.jpg") no-repeat left top;
    background-size: cover;
    height: 305px;
    transform: scaleY(0);
    transition: transform 0.5s ease-out 0s;
    transition-delay: 0.5s;
    transform-origin: left top;
}


.col-slide ul li:after {
    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    border-left: 2px solid #c0102d;
    height: 0;
    transition: height 0.8s ease-out 0s;
    -webkit-transition: height 0.8s ease-out 0s;
}

.col-slide ul li.hover:after {
    height: 100%;
}
.col-slide ul li.hover p{
    color: #ffffff;
}
.col-slide ul li.hover {
    transition: color 0.1s;
    color: #ffffff;
}

.x-slider {
    width: 100%;
    overflow: hidden;
    background-image: url("../images/zhon_18.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    padding: 30px 0;
}

.x-slider .nav {
    width: 100%;
    margin: 30px auto;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.x-slider .nav li {
    background-color: #afc6de;
    width: 18%;
    height: 35px;
    border-radius: 5px;
    font-size: 13px;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}

.x-slider .nav li.active {
    background-color: #94343f;
}

.x-slider .container {
    position: relative;
    height: 680px;
}

.x-slider .contain-block {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    display: none;
}

.x-slider .contain-block .swiper-button-next, .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
    background-size: 100% !important;
    outline: none;
    border: none;
}

.x-slider .contain-block .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url('../images/index_pre.png');
    display: none;
    left: 5px;
    top: 40%;
    right: auto;
}

.x-slider .contain-block .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url('../images/index_next.png');
    right: 5px;
    display: none;
    top: 40%;
    left: auto;
}

.x-slider .contain-block .build-block {
    width: 100%;
}

.x-slider .contain-block .build-block .header {
    width: 100%;
    overflow: hidden;
}

.x-slider .contain-block .build-block .header img {
    width: 100%;
}

.x-slider .contain-block .build-block .body {
    background-color: rgba(134, 140, 145, 0.5);
}

.x-slider .contain-block .build-block .body > p {
    width: 90%;
    margin: 0 auto;
    color: #ffffff;
    font-size: 14px;
    padding: 20px 0;
    border-bottom: 1px solid #959595;
}
.x-slider .contain-block .build-block .body > p a{
    color: #ffffff;
    color: #ffffff;
}
.x-slider .contain-block .build-block .body > p:last-of-type {
    font-size: 12px;
    border-bottom: none;
}

.x-slider .contain-block .build-block .footer {
    background-color: rgba(134, 140, 145, 0.5);
    padding: 20px;
    text-align: right;
}

.x-slider .contain-block .build-block .footer a {
    display: inline-block;
    width: 95px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #8f1016;
    color: #ffffff;
    border-radius: 8px;
}

.x-slider .contain-block .swiper-slide {
    text-align: center;
    font-size: 18px;
    /*background: #fff;*/
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}

.x-slider .contain-block .swiper-slide-active, .swiper-slide-duplicate-active {
    transform: scale(1);
}

.x-slider .contain-block .pagination3, .x-slider .contain-block .pagination4, .x-slider .contain-block .pagination6 {
    width: 100%;
    right: 0;
}

.x-slider .contain-block .pagination3 .swiper-pagination-bullet, .x-slider .contain-block .pagination4 .swiper-pagination-bullet, .x-slider .contain-block .pagination6 .swiper-pagination-bullet, .x-slider .contain-block .pagination7 .swiper-pagination-bullet, .x-slider .contain-block .pagination8 .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
}

.x-slider .contain-block .pagination3 .swiper-pagination-bullet-active, .x-slider .contain-block .pagination4 .swiper-pagination-bullet-active, .x-slider .contain-block .pagination6 .swiper-pagination-bullet-active, .x-slider .contain-block .pagination7 .swiper-pagination-bullet-active, .x-slider .contain-block .pagination8 .swiper-pagination-bullet-active {
    background-color: #8f1016;
}

.x-slider .contain-block .build-block img {
    transition: all 0.5s ease-in-out;
}

.x-slider .contain-block .build-block img:hover {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}

.cbfoot {
    width: 100%;
    background: url(../images/fotbg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
    padding: 40px 0 0;
    display: none;
    margin-top: 1px;
}

.cbfoot .contain {
    width: 1400px;
    margin: 0 auto;
    color: #d5d5d5;
    display: flex;
    justify-content: space-between;
}
.cbfoot .contain .foot_left{
    width: 70%;
}
.cbfoot ul {
    display: block;
    overflow: hidden;
    width: 100%;
}

.cbfoot ul li {
    float: left;
    padding: 0 16px;
    line-height: 40px;
    text-align: center;
}

.cbfoot ul a {
    color: #d5d5d5;
    font-size: 17px;
}

.cbfoot ul a:hover {
    color: #fff;
    text-decoration: underline;
}

.cbfoot ul li span {
    font-size: 20px;
    line-height: 80px;
}

.foticon {
    width: 30%;
    color: #d5d5d5;
    text-align: right;
}

.foticon > div:nth-of-type(odd) {
    padding: 25px 0;
}

.foticon img {
    display: block;
    float: right;
}

.foticon .copyright {
    font-size: 15px;
    color: #d5d5d5;
}
.foticon .copyright a{
    color: #d5d5d5;
    font-size: 15px;
}
.m_foot {
    width: 100%;
    background: url(../images/fotbg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
    text-align: center;
    padding: 5% 0;
}
.m_foot a{
    color: #d5d5d5;
}
.m_foot p {
    line-height: 2;
    color: #ffffff;
}

/*党建活动*/
.broadcast {
    width: 100%;
    border-bottom: 1px solid #b5b5b5;
    margin: 10px auto;
}

.broadcast .s-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.broadcast .broad-right {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
}

.broadcast .broad-right a.active {
    border-bottom: 2px solid #8e0007;
}

.broadcast .broad-right a {
    font-size: 15px;
    display: flex;
    align-items: stretch;
    height: 100%;
    margin-left: 3.5%;
    padding: 3% 0;
    /*font-weight: 600;*/
}

.broadcast .broad-left {
    width: 100%;
}

.broadcast .broad-left .b-nav {
    display: flex;
    align-items: center;
    padding: 1% 3%;
}

.broadcast .broad-left .b-nav img {
    width: 15px;
    height: 15px;
}

.broadcast .broad-left .b-nav a {
    display: block;
    padding-left: 4%;
    margin-left: 2%;
    text-align: center;
    font-size: 15px;
    color: #333333;
    background-image: url("../img/djgz_06.png");
    background-repeat: no-repeat;
    background-position: left center;
    white-space: nowrap;
}

.dj-content {
    width: 100%;
    overflow: hidden;
}

.dj-content .list-content {
    width: 99%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 3% auto;
    padding: 2% 0 2% 2%;
    box-shadow: 0 0 15px #dbdada;
}

.dj-content .list-content:hover {
    box-shadow: 0 0 15px #dbdada;
}

.dj-content .list-content:hover .list-more {
    background-color: #8e0007 !important;
}

.dj-content .list-content:hover .list-right h2 {
    border-bottom: 1px solid #8e0007;
}

.dj-content .list-content:hover .list-right h2 a {
    color: #8e0007;
}

.dj-content .list-content .list-left {
    width: 100%;
}

.dj-content .list-content .list-left img {
    width: 100%;
}

.dj-content .list-content .list-right {
    width: 100%;
}

.dj-content .list-content .list-right .list-more {
    background-color: #666666;
    color: #ffffff;
    text-align: center;
    width: 85px;
    height: 25px;
    border-radius: 13px;
    line-height: 25px;
    font-size: 12px;
    display: inline-block;
    float: right;
    margin-right: 4%;
}

.dj-content .list-content .list-right h2 {
    padding: 2% 0;
    border-bottom: 1px solid #333333;
}

.dj-content .list-content .list-right h2 a {
    font-size: 18px;
    color: #333333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dj-content .list-content .list-right p {
    font-size: 16px;
    text-indent: 2rem;
    line-height: 1.5;
    margin-top: 0;
    padding: 3% 3% 3% 0;
}


.lsyg-broadcast {
    width: 100%;
}

.lsyg-broadcast .s-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.lsyg-broadcast .broad-right {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
}

.lsyg-broadcast .broad-right a.active {
    border-bottom: 3px solid #8e0007;
    color: #8e0007;
}

.lsyg-broadcast .broad-right a {
    font-size: 15px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    height: 100%;
    margin-left: 8%;
    padding: 5% 0;
    width: 100px;
}

.lsyg-broadcast .broad-left {
    width: 100%;
}

.lsyg-broadcast .broad-left .b-nav {
    display: flex;
    align-items: center;
    padding: 1% 3%;
    overflow: hidden;
}

.lsyg-broadcast .broad-left .b-nav img {
    width: 15px;
    height: 15px;
}

.lsyg-broadcast .broad-left .b-nav a {
    display: block;
    padding-right: 2%;
    margin-left: 1%;
    text-align: center;
    font-size: 15px;
    color: #333333;
    white-space: nowrap;
}

.lsyg-broadcast .broad-left .b-nav a:last-of-type{
    color: #8e0007;
}

.news-broadcast {
    width: 100%;
    border-bottom: 1px solid #959595;
    padding-top: 5px;
}

.news-broadcast .s-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.news-broadcast .broad-right {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
}

.news-broadcast .broad-right a.active {
    border-bottom: 3px solid #8e0007;
    color: #8e0007;
}

.news-broadcast .broad-right a {
    font-size: 15px;
    display: flex;
    align-items: stretch;
    height: 100%;
    margin-left: 2%;
    padding: 5% 0;
}

.news-broadcast .broad-left {
    width: 100%;
}

.news-broadcast .broad-left .b-nav {
    display: flex;
    align-items: center;
    padding: 1% 3%;
}
.news-broadcast .broad-left .b-nav a:last-of-type{
    color: #8e0007;
}
.news-broadcast .broad-left .b-nav img {
    width: 15px;
    height: 15px;
}

.news-broadcast .broad-left .b-nav a {
    display: block;
    padding-right: 2%;
    margin-left: 1%;
    text-align: center;
    font-size: 15px;
    color: #333333;
    white-space: nowrap;
}


.ls-content {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 5% auto;
}

.ls-content .circle-xin {
    width: 300px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 2%;
    z-index: -1;
    overflow: hidden;
    display: none;
}
.zzjg{
    width: 100%;
}
.zzjg img{
    width: 100%;
}
.xin-pc{
    display: none;
}
.xin-mobile{
    display: block;
}

.ls-content .circle-xin::after {
    content: '';
    width: 238%;
    height: 100%;
    position: absolute;
    left: -140%;
    top: 0;
    z-index: -1;
    border-radius: 100% 100% 100% 100%;
    /*background-color: #1496f1;*/
    border: 2px solid #333333;
    display: none;
}

.ls-content .circle-xin .circle-start {
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    background-color: #505050;
    border-radius: 50%;
    display: none;
}

.ls-content .circle-xin .circle-end {
    display: none;
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 10px;
    height: 10px;
    background-color: #505050;
    border-radius: 50%;
}

.ls-content .ls-block {
    width: 100%;
    /*border: 1px solid #f00;*/
    height: auto;
    position: relative;
    left: 0;
    top: 0;
    overflow: hidden;
    margin: 5% 0;
}

.ls-content .ls-block:hover .ls-contents {
    background-color: #8e0007;
    color: #ffffff;
}

.ls-content .ls-block:hover .ls-cover {
    display: none;
}

.ls-content .ls-block:hover .ls-contents .ls-right h3 {
    border-bottom: 3px solid #ffffff;
}
.ls-content .ls-block:hover .ls-contents .ls-right h3 a{
   color: #ffffff;
}
.ls-content .ls-block:hover .block-line {
    border-top: 1px solid #8e0007;
}

.ls-content .ls-block:hover .block-line::after {
    background-color: #8e0007;
}

.ls-content .ls-block:hover .block-circle {
    border-color: #808080;
}

.ls-content .ls-block:hover .block-circle::after {
    content: '';
    height: 19px;
    width: 19px;
    position: absolute;
    border-radius: 100%;
    border: 5px solid #8e0007;
    top: 0;
    left: 0;
}


.ls-content .ls-block.block1 {
    left: 0;
    top: 0;
}

.ls-content .ls-block.block2 {
    left: 0;
    top: 0;
}

.ls-content .ls-block.block3 {
    left: 0;
    top: 0;
}

.ls-content .ls-block.block4 {
    left: 0;
    top: 0;
}

.ls-content .ls-block.block5 {
    left: 0;
    top: 0;
}

.ls-content .ls-block.block6 {
    left: 0;
    top: 0;
}

.ls-content .ls-block.block7 {
    left: 0;
    top: 0;
}

.ls-content .ls-block.block8 {
    left: 0;
    top: 0;
}


.ls-content .ls-block .ls-contents {
    margin-left: 0;
    /*border: 1px solid blue;*/
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    background-color: #ffffff;
    padding: 10px;
    box-sizing: border-box;
}

.ls-content .ls-block .ls-contents .ls-left {
    width: 100%;
}

.ls-content .ls-block .ls-contents .ls-left img {
    width: 100%;
}

.ls-content .ls-block .ls-contents .ls-right {
    width: 100%;
    padding: 0 2%;
}

.ls-content .ls-block .ls-contents .ls-right h3 {
    font-size: 18px;
    border-bottom: 3px solid #afafaf;
    display: inline-block;
    font-weight: 600;
}

.ls-content .ls-block .ls-contents .ls-right p {
    font-size: 14px;
    line-height: 1.6;
    padding: 1% 0 5% 0;
}

.ls-content .ls-cover {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin-left: 12%;
    /*border: 1px solid blue;*/
    width: 656px;
    background-color: rgba(224, 224, 224, 0.5);
    display: none;
}


.ls-content .ls-block .block-circle {
    width: 40px;
    height: 40px;
    border: 6px solid #333333;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 26%;
    display: none;
}

.ls-content .ls-block .block-line {
    width: 70px;
    border-top: 1px solid #999999;
    height: 1px;
    position: absolute;
    top: 36%;
    left: 4%;
    display: none;
}

.ls-content .ls-block .block-line::after {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #333333;
    position: absolute;
    right: 0;
    top: -3px;
    border-radius: 50%;
    display: none;
}

.lx-content {
    width: 100%;
    position: relative;
}

.lx-content .lx-contact {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 5%;
}

.lx-content .lx-contact .contact-list {
    width: 100%;
    background-color: #c2daef;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #515050;
    padding: 20% 0;
    margin: 8% 0;
}

.lx-content .lx-contact .contact-list .lx-icon {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #04325a;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -30%;
}

.lx-content .lx-contact .contact-list h3 {
    font-size: 18px;
    padding-top: 2%;
}

.lx-content .lx-contact .contact-list .en-desc {
    font-size: 12px;
    padding-bottom: 10%;
}

.lx-content .lx-contact .contact-list .contact-tel {
    font-size: 18px;
}

.lx-content .lx-address {
    width: 100%;
    position: relative;
}

.lx-content .lx-address .address-map {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 5% 0;
}

.lx-content .lx-address .address-map img {
    width: 100%;
}

.lx-content .lx-msg {
    position: relative;
    top: 20%;
    right: 0;
    padding: 3%;
    background-color: rgba(2, 48, 88, 0.6);;
    z-index: 99;
}

.lx-content .lx-msg h3 {
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    border-left: 10px solid #ffffff;
    padding: 0 0 20px 15px;
    margin: 2% 0;
}

.lx-content .lx-msg .form-input {
    margin: 5% 0;
    position: relative;
}

.lx-content .lx-msg .form-input span {
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
}

.lx-content .lx-msg .form-input input {
    background: none;
    color: #ffffff;
    font-size: 18px;
    border: 1px solid #ffffff;
    padding: 10px;
    width: 100%;
    min-width: 330px;
}

.lx-content .lx-msg .form-input button {
    width: 100%;
    background-color: #ffffff;
    border: none;
    outline: none;
    height: 40px;
    border-radius: 20px;
    color: #8e0007;
    font-size: 15px;
    cursor: pointer;
}

.lx-content .lx-msg .form-input input::placeholder {
    color: #ffffff;
    font-size: 20px;
}

.ggxx {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #313131;
}

.ggxx .gg-h2 span {
    display: inline-block;
    font-size: 18px;
    border-bottom: 3px solid #8e0007;
    padding: 15px 0;
    margin-bottom: -1px;
}

.ggxx-list {
    width: 100%;
    background-image: url("../images/qygg_03.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
    position: relative;
    margin: 30px auto;
}

.xwzx-list {
    width: 100%;
    background-image: url("../images/xwzx-list_03.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
    position: relative;
    margin: 30px auto;
}

.swiper-button-next, .swiper-button-prev {
    border: none;
    outline: none;
}

.ggxx-list .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -50px;
    background-image: url("../img/next.svg");
    left: auto;
}

.ggxx-list .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -50px;
    background-image: url("../img/prev.svg");
    right: auto;
}


.ggxx-list .container-gg {
    width: 100%;
    position: relative;
}

.ggxx-list .container-gg .swiper-slide {
    padding: 10px;
}

.ggxx-list .slide-title {
    width: 100%;
    padding-bottom: 25px;
}

.xwzx-list .slide-title time {
    color: #ffffff;
}

.ggxx-list .slide-title h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ggxx-list .slide-title h2 a {
    font-size: 16px;
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
    padding: 20px 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ggxx-list .slide-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.5;
}

.ggxx-list .slide-content .slide-left {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    height: 108px;
    padding-top: 0;
    padding-bottom: 10px;
    text-indent: 2rem;
    overflow: hidden;
}

.ggxx-list .slide-content .slide-right {
    width: 100%;
    overflow: hidden;
}

.ggxx-list .slide-content .slide-right img {
    width: 100%;
}

.zhaopin {
    width: 100%;
    position: relative;
}

.zhaopin .zp-list {
    width: 100%;
    margin: 10px 0;
}

.zhaopin .zp-list .title {
    width: 100%;
    background-color: #d2d2d2;
    color: #333333;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zhaopin .zp-list .title p {
    display: flex;
    align-items: center;
    font-size: 25px;
}

.zhaopin .zp-list .title b {
    font-size: 30px;
    padding: 0 10px;
}

.zhaopin .zp-list .title span {
    display: block;
    font-size: 60px;
    cursor: pointer;
}

.zhaopin .zp-list .zp-content {
    margin: 0;
    line-height: 1.5;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.zhaopin .zp-list .zp-content p {
    font-size: 12px;
}

.zhaopin .zp-list.active .zp-content {
    margin: 10px 0 10px 80px;
    opacity: 1;
    height: 100%;

}

.zhaopin .zp-list.active .title p {
    display: flex;
    align-items: center;
    font-size: 25px;
    color: #8e0007;
}

.zhaopin .zp-list.active .title {
    background-color: #ffffff;
    border-bottom: 1px solid #8e0007;
}

.zhaopin .zp-list.active .title span {
    display: block;
    font-size: 40px;
}

.Collapsing {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 98% center;
    background-image: url(../img/qygg_05.png);
    background-size: 15px;
    background-color: #d2d2d2;
    color: #333333;
    margin: 20px 0;
    font-weight: lighter;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Collapsing b {
    font-size: 15px;
    padding-right: 5px;
}

.coll_body {
    display: none;
    margin: 20px 0 20px 40px;
}


.current {
    background-image: url(../img/qygg_03.png) !important;
    color: #8e0007 !important;
    background-color: #ffffff !important;
    border-bottom: 1px solid #8e0007;
}

.qyjj {
    width: 100%;
    overflow: hidden;
    background-image: url("../img/qyjj_02.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    height: 1300px;
    background-size: cover;
}

.qyjj .qyjj-content {
    font-size: 16px;
    padding: 4% 3%;
    line-height: 1.6;
}
.qyjj .qyjj-content p {
    line-height: 1.8;
    font-size: 16px;
    padding: 8px 0;
    font-family: "宋体";
    font-weight: bold;
}
.news {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 3% auto;
}

.news .vertical-line {
    position: absolute;
    left: 3%;
    top: 0;
    width: 1px;
    height: 1000px;
    border: 1px dashed #979797;
}

.news .news-container {
    position: relative;
    margin-left: 5%;
    padding: 5% 0;
}

.news .news-container .news-list {
    width: 100%;
    position: relative;
    font-size: 20px;
    padding: 15px 0 40px 0;
}

.news .news-container .news-list time {
    font-size: 16px;
    display: block;
    padding: 2% 0;
    color: #333333;
}

.news .news-container .news-list p a {
    font-size: 16px;
    color: #333333;
}

.news .news-container .news-list .rect-msg {
    position: absolute;
    left: -3.5%;
    top: 0;
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid #707070;

}

.news .news-container .news-list.active time {
    color: #8e0007;

}

.news .news-container .news-list.active p a {
    color: #8e0007;
}

.news .news-container .news-list.active .rect-msg {
    background-color: #8e0007;
    border: none;
}

.news-pages {
    position: initial;
    right: 0;
    top: 40%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-pages a {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* Internet Explorer */
    -moz-transform: rotate(180deg); /* Firefox */
    -o-transform: rotate(180deg); /* Opera */
    -webkit-transform: rotate(180deg); /* Safari 和 Chrome */
    position: initial;
    width: 35px;
    height: 30px;
    display: flex;
    line-height: 31px;
    justify-content: center;
    /*align-items: center;*/
    font-size: 18px;
    background-color: #7a7a7a;
    color: #8e0007;
    padding-bottom: 5px;
    margin: 0 5px;
}

.news-pages .prev-page {
    top: 0;
    left: 0;
}

.news-pages .next-page {
    top: 50px;
    left: 0;
}

.xwzx {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.xwzx-block {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #f5f5f5;
    margin: 2% 0;
}

.xwzx-block:hover {
    box-shadow: 5px 5px 10px #d2d2d2;
    background-color: #ffffff;
}
.xwzx-block:hover h2 a{
    color: #334f76;
}
.xwzx-block .s-time {
    width: 100%;
    border-bottom: 1px solid #5b6677;
    padding: 2%;
    font-size: 13px;
}

.xwzx-block h2 {
    padding: 2%;
}

.xwzx-block h2 a {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.xwzx-block .xwzx-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 2%;
}

.xwzx-block .xwzx-content .xwzx-left {
    width: 100%;
}

.xwzx-block .xwzx-content .xwzx-right {
    width: 100%;
}

.xwzx-block .xwzx-content .xwzx-right img {
    width: 100%;
}

.xwzx-block .word-desc {
    font-size: 13px;
    line-height: 2;
    text-indent: 2rem;
    padding-bottom: 2%;
}
.ywly{
    width: 100%;
    overflow: hidden;
    background-image: url("../images/ywly_02.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
}
.ywly-container{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.ywly-container .ywly-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 5% 0;
}
.ywly-container .ywly-list .ywly-left{
    width: 100%;
}

.ywly-container .ywly-list .ywly-left img{
     width: 100%;
 }

.ywly-container .ywly-list .ywly-right{
    width: 100%;
    padding: 0 2%;
    margin: 2% 0;
}
.ywly-container .ywly-list .ywly-right h2 a{
    font-size: 18px;
    color: #333333;
}
.ywly-container .ywly-list .ywly-right h2 span{
    display: block;
    height: 2px;
    width: 60px;
    border: 2px solid #8f0000;
}
.ywly-container .ywly-list .ywly-right .word-desc{
    font-size: 16px;
    color: #333333;
    padding: 5% 0 0 0;
    line-height: 1.6;
    text-indent: 2em;
}
.ywly-container .ywly-list .ywly-right .ywly-more{
    display: inline-block;
    float: right;
}
.ywly-article{
    width: 100%;
    overflow: hidden;
    margin: 2% auto;
}
.ywly-article .article-content{
    font-size: 20px;
    line-height: 1.8;
    padding: 1%;
}
.ywly-article .article-content p{
    font-size: 18px;
}

.body-h1{
    width: 100%;
    text-align: center;
    font-weight: lighter;
    font-size: 18px;
    padding: 2%;
}
.list-page{
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
}
.list-page a{
    width: 30px;
    height: 30px;
    background-color: #d2d0d0;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-page a.current-page{
    background-color: #8e0007;
    color: #ffffff;
}

#xin-container{
    width: 100%;
    height: 350px;
}





@media (min-width: 576px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 800px
    }

    .LXbanner {
        width: 100%;
        max-width: 1920px;
        height: 550px;
    }

    .LXbanner .banner_img {
        height: 550px;
        margin: 0 auto;
        width: 100%;
        max-width: 1920px
    }

    .LXbanner .banner_img div.swiper-slide {
        height: 550px;
        width: 100%;
        max-width: 1920px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

}

@media (min-width: 992px) {
    .container {
        max-width: 900px;
    }

    .s-container {
        max-width: 900px;
    }

    .col-slide .title {
        padding: 50px 0;
    }

    .col-slide .title h2 {
        font-size: 40px;
    }

    .col-slide .title p {
        font-size: 22px;
        letter-spacing: 5px;
        padding: 3px 0;
    }

    .col-slide ul li.list-block p span {
        font-size: 28px;
    }

    .col-slide ul li.list-block p {
        width: 100%;
        writing-mode: vertical-lr;
        -ms-writing-mode: lr-tb;
        padding: 60px 30px;
        font-size: 20px;
        z-index: 9999;
        position: relative;
    }

    .LXbanner {
        width: 100%;
        max-width: 1920px;
        height: 851px;
        margin: 0 auto;
        position: relative;
        text-align: center;
        overflow: hidden
    }
    .xwzx-banner{
        width: 100%;
        max-width: 1920px;
        height: 524px;
        margin: 0 auto;
        position: relative;
        text-align: center;
        overflow: hidden
    }
    .LXbanner .banner_img {
        height: 851px;
        margin: 0 auto;
        width: 100%;
        max-width: 1920px
    }

    .LXbanner .banner_img div.swiper-slide {
        height: 851px;
        width: 100%;
        max-width: 1920px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .LXbanner .xwzx_img {
        height: 524px;
        margin: 0 auto;
        width: 100%;
        max-width: 1920px
    }
    .LXbanner .xwzx_img div.swiper-slide {
        height: 466px;
        width: 100%;
        max-width: 1920px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .x-slider .nav {
    	width: 95%;
        margin: 80px auto;
    }

    .x-slider .nav li {
        max-width: 215px;
        height: 66px;
        font-size: 30px;
        line-height: 60px;
    }

    .col-slide ul li.list-block:nth-of-type(1) {
        height: 810px;
    }

    .col-slide ul li.list-block:nth-of-type(2) {
        height: 759px;
    }

    .col-slide ul li.list-block:nth-of-type(3) {
        height: 911px;
    }

    .col-slide ul li.list-block:nth-of-type(4) {
        height: 864px;
    }

    .col-slide ul li.list-block:nth-of-type(5) {
        height: 705px;
    }

    .col-slide {
        height: 1249px;
    }

    .x-slider .container {
        height: 800px;
    }

    .x-slider .contain-block .build-block .body > p {
        width: 90%;
        font-size: 20px;
        padding: 20px 0;
    }

    .x-slider .contain-block .build-block .body > p:last-of-type {
        font-size: 15px;
    }

    .img-block ul li {
        padding: 1%;
        width: 25%;
    }

    .cbfoot {
        display: block
    }

    .m_foot {
        display: none;
    }


    .broadcast .broad-left {
        width: 50%;
    }

    .broadcast .broad-right {
        width: 40%;
        height: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .lsyg-broadcast .broad-left {
        width: 50%;
    }

    .lsyg-broadcast .broad-right {
        width: 45%;
        height: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .news-broadcast .broad-left {
        width: 50%;
    }

    .news-broadcast .broad-right {
        width: 45%;
        height: 100%;
        display: flex;
        justify-content: flex-end;
    }


    .dj-content .list-content {
        box-shadow: none;
    }

    .dj-content .list-content .list-left {
        width: 40%;
    }

    .dj-content .list-content .list-right {
        width: 58%;
    }

    .dj-content .list-content .list-right h2 a {
        font-size: 22px;
    }

    .dj-content .list-content .list-right p {
        font-size: 18px;
        margin-top: 6%;
        padding: 3% 3% 3% 0;
    }

    .broadcast .broad-left .b-nav {
        padding: 0;
    }

    .broadcast .broad-left .b-nav img {
        width: 31px;
        height: 31px;
    }

    .ls-content .circle-xin {
        display: block;
    }

    .ls-content .circle-xin::after {
        display: block;
    }

    .ls-content .circle-xin .circle-start {
        display: block;
    }

    .ls-content .circle-xin .circle-end {
        display: block;
    }

    .ls-content .ls-block .block-circle {
        display: block;
    }

    .ls-content .ls-block .block-line {
        display: block;
    }

    .ls-content .ls-block .block-line::after {
        display: block;
    }

    .ls-content .ls-block {
        width: 80%;
        /*border: 1px solid #f00;*/
        height: 170px;
        position: absolute;
        left: 4%;
        top: 2%;
        overflow: hidden;
        margin: 0;
    }

    .ls-content .ls-cover {
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin-left: 12%;
        /*border: 1px solid blue;*/
        width: 656px;
        background-color: rgba(224, 224, 224, 0.5);
        display: block;
    }

    .ls-content .ls-block .ls-contents {
        margin-left: 12%;
        /*border: 1px solid blue;*/
        width: 656px;
        display: flex;
        justify-content: flex-start;
        background-color: #e0e0e0;
        padding: 10px;
        box-sizing: border-box;
    }

    .ls-content .ls-block.block1 {
        left: 15%;
        top: 14%;
    }

    .ls-content .ls-block.block2 {
        left: 19.5%;
        top: 25%;
    }

    .ls-content .ls-block.block3 {
        left: 22%;
        top: 36%;
    }

    .ls-content .ls-block.block4 {
        left: 23%;
        top: 47%;
    }

    .ls-content .ls-block.block5 {
        left: 22.5%;
        top: 58%;
    }

    .ls-content .ls-block.block6 {
        left: 20.5%;
        top: 68%;
    }

    .ls-content .ls-block.block7 {
        left: 16%;
        top: 80%;
    }

    .ls-content .ls-block.block8 {
        left: 8%;
        top: 92%;
    }

    .ls-content .ls-block .ls-contents .ls-left {
        width: 28%;
    }

    .ls-content .ls-block .ls-contents .ls-right {
        width: 72%;
        padding: 0 2%;
    }

    .ls-content .ls-block .ls-contents .ls-right h3 {
        font-size: 30px;
    }
    .ls-content .ls-block .ls-contents .ls-right h3  a{
        font-size: 30px;
    }
    .lx-content .lx-contact .contact-list {
        width: 30%;
        padding: 5% 0;
        margin: 0;
    }

    .lx-content .lx-contact .contact-list h3 {
        font-size: 25px;
        padding-top: 2%;
    }

    .lx-content .lx-contact .contact-list .contact-tel {
        font-size: 25px;
    }

    .lx-content .lx-msg {
        position: absolute;
        top: 20%;
        right: 5%;
        padding: 3%;
        background-color: rgba(2, 48, 88, 0.6);;
        z-index: 99;
    }

    .ggxx .gg-h2 span {
        font-size: 40px;
        border-bottom: 3px solid #8e0007;
        padding: 20px 0;
        margin-bottom: -1px;
    }

    .ggxx-list .slide-title h2 a {
        font-size: 25px;
        color: #ffffff;
        display: block;
        border-bottom: 2px solid #ffffff;
        padding: 20px 50px 20px 0;
    }

    .ggxx-list .container-gg .swiper-slide {
        padding: 40px 0 40px 30px;
    }

    .ggxx-list .slide-content .slide-left {
        width: 60%;
        height: auto;
        display: initial;
        padding-top: 25px;
        padding-bottom: 0;
    }

    .ggxx-list .slide-content .slide-right {
        width: 35%;
    }

    .Collapsing {
        width: 100%;
        padding: 10px;
        font-size: 25px;
        cursor: pointer;
        background-repeat: no-repeat;
        background-position: 98% center;
        background-image: url(../img/qygg_05.png);
        background-size: 30px;
        background-color: #d2d2d2;
        color: #333333;
        margin: 20px 0;
        font-weight: lighter;
    }

    .Collapsing b {
        font-size: 30px;
        padding-right: 5px;
    }

    .qyjj {
        width: 100%;
        height: 1785px;
        background-size: cover;
    }
    .qyjj .qyjj-content {
        font-size: 25px;
        line-height: 1.6;
        padding-top: 5%;
    }
    .xwzx-block .xwzx-content .xwzx-left {
        width: 80%;
    }
    .xwzx-block .xwzx-content .xwzx-right {
        width: 18%;
    }
    .ywly-container .ywly-list .ywly-left{
        width: 40%;
    }
    .ywly-container .ywly-list .ywly-right{
        width: 58%;
        padding: 0;
        margin: 0;
    }
    .ywly-container .ywly-list .ywly-right h2 a{
        font-size: 26px;
        color: #333333;
    }
    .ywly-container .ywly-list .ywly-right h2 span{
        height: 2px;
        width: 60px;
    }
    .ywly-container .ywly-list .ywly-right .word-desc{
        font-size: 22px;
    }
    .xin-pc{
        display: block;
    }
    .xin-mobile{
        display: none;
    }
    #xin-container{
        width: 100%;
        height: 800px;
    }
    .ls-content {
        height: 1800px;
    }
    .broadcast .broad-right a {
        font-size: 20px;
    }

    .news-broadcast .broad-right a {
        margin-left: 8%;
    }

    .broadcast .broad-left .b-nav a {
        padding-left: 2%;
    }
    .body-h1{
       font-size: 20px;
    }
    .LXbanner .xwzx_img div.swiper-slide {
        height: 524px;
        width: 100%;
        max-width: 1920px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .qyjj .qyjj-content p {
	    line-height: 1.8;
	    font-size: 22px;
	    padding: 8px 0;
	    font-weight: 600;
	}
	.news .news-container .news-list .rect-msg {
	    position: absolute;
	    left: -2.5%;
	}

    .x-slider .contain-block .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: -10px;
        top: 50%;
        right: auto;
        display: block;
    }

    .x-slider .contain-block .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: -10px;
        top: 50%;
        left: auto;
        display: block;
    }
    .news .news-container .news-list p a {
        font-size: 20px;
        color: #333333;
    }
    .news .news-container .news-list time {
        font-size: 20px;
        display: block;
        padding: 2% 0;
        color: #333333;
    }

    .news-pages {
        position: absolute;
        right: 0;
        top: 40%;
        width: 45px;
        display: block;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: center;
    }

    .news-pages a {
        transform: rotate(-90deg);
        -ms-transform: rotate(-90deg); /* Internet Explorer */
        -moz-transform: rotate(-90deg); /* Firefox */
        -o-transform: rotate(-90deg); /* Opera */
        -webkit-transform: rotate(-90deg); /* Safari 和 Chrome */
        position: absolute;
        width: 35px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        background-color: #7a7a7a;
        color: #8e0007;
        padding-bottom: 5px;
        margin: 0;
    }

    .news-pages .prev-page {
        top: 0;
        left: 0;
    }

    .news-pages .next-page {
        top: 50px;
        left: 0;
    }














}

@media (min-width: 1200px) {
    .container {
        max-width: 1380px
    }

    .s-container {
        max-width: 1210px;
    }
}
@media only screen and (max-width:767px),only screen and (max-device-width:767px) {
    .qyjj{ background-size: auto;}
    .s-container{ font-size: 1rem!important;}
    .s-container p,.s-container span{font-size: 1rem!important;}
    .article-content{ padding: 3%!important;}

}
